home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 3 / Your Choice Software Collection 3.iso / dos / utils15 / superdel.doc < prev    next >
Text File  |  1994-10-05  |  7KB  |  181 lines

  1.  
  2.                           ░▒▓█  SuperDel  █▓▒░
  3.  
  4.                Thank you for your interest in this program.
  5.                 Please register, see the REGISTER.NOW file.
  6.  
  7. ────────────────────────────────────────────────────────────────────────────────
  8.  
  9. Getting started:
  10.  
  11.  Move or copy (install) the SuperDel.exe file to your hard drive.
  12.  
  13.  For example you can copy SuperDel.exe to C:\DOS (copy a:\superdel.exe c:\dos)
  14.  that way it should be in the PATH of your computer which allows you to
  15.  type and use SuperDel from anywhere on your computer even on other drives.
  16.  
  17.  If you've registered then use my Install program to install to your 
  18.  hard drive. Follow the instructions below...
  19.  Type "A:" or "B:" (press ENTER) then "INSTALL" and pick what you want to
  20.  install, the installation program will then allow you to change the default
  21.  location of where to install.
  22.  
  23. ────────────────────────────────────────────────────────────────────────────────
  24.  
  25. Help Info:
  26.  
  27.             SuperDel  Copyright (C) 1993-1994 by  Deric Benesch
  28.  
  29.  
  30.    SuperDel is a fast way to erase or delete an entire directory with all
  31.    subdirectories. It is a good idea to make sure you enter the correct
  32.    parameters since it is possible to erase your entire disk REAL FAST !!!
  33.    You can press [ESC] at any time to stop.
  34.  
  35.  
  36.   SUPERDEL  directoryname  or  /C  [/T:TIME in milliseconds] [/F] [/D] [/G]
  37.  
  38.  
  39.   directoryname  - You must specify a directory name or /C to use SuperDel.
  40.  
  41.   /C   - This specifies to delete all files and directories in the
  42.          current directory. Be careful in which directory you are in if
  43.          you use this parameter.
  44.  
  45.   [/T:TIME in milliseconds]  - This enables slow mode to give you a chance
  46.                                to think. The default time is 150 milliseconds.
  47.                                You can toggle this delay on and off by
  48.                                pressing [SPACE].
  49.  
  50.   /F   - SuperDel will prompt you before deleting a File.
  51.  
  52.   /D   - SuperDel will not try to remove Directories.
  53.  
  54.   /G   - SuperDel will prompt you before Going into a directory.
  55.  
  56. ────────────────────────────────────────────────────────────────────────────────
  57.  
  58. Example:
  59.  
  60.    To delete a temporary directory no longer being used type:
  61.  
  62.                        C:\>SuperDel TEMP
  63.                        ^^^^         ^^^^
  64.                       Don't        |Directory to delete
  65.                       type "C:\>"
  66.                       it's the prompt.
  67.  
  68. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  69.  
  70. NOTE: SuperDel is NOT CASE SENSITIVE so you can type "temp", "TEMP",
  71.       "Temp", ect, ect.
  72.  
  73.       It also does not matter how many spaces are between parameters so
  74.       long as there is AT LEAST ONE space.
  75.  
  76. ────────────────────────────────────────────────────────────────────────────────
  77.  
  78. What you get when you register:
  79.  
  80.    When you register you will be able to delete groups files...
  81.  
  82.               SuperDel  C:\*.WAV
  83.                            ^^^^^
  84.                            Registered only.
  85.  
  86.    like *.WAV files from your hard drive if you hate WAV files like many
  87.    americans.
  88.  
  89. ────────────────────────────────────────────────────────────────────────────────
  90.  
  91. Error code list:
  92.  
  93.             Error Number│Error Message
  94.             ════════════╪═════════════════════════════════
  95.                       1 │Invalid function number
  96.              Normal » 2 │File not found
  97.              Normal » 3 │Path not found
  98.  Increase "FILES="  » 4 │Too many open files
  99.    Read only files  » 5 │File access denied
  100.   Shouldn't happen  » 6 │Invalid file handle
  101.   Shouldn't happen » 12 │Invalid file access code
  102.                      15 │Invalid drive number
  103.             Normal » 16 │Cannot remove current directory
  104.   Shouldn't happen » 17 │Cannot rename across drives
  105.                      18 │No more files
  106.                     100 │Disk read error
  107.                     101 │Disk write error
  108.                     102 │File not assigned
  109.                     103 │File not open
  110.                     104 │File not open for input
  111.                     105 │File not open for output
  112.                     106 │Invalid numeric format
  113.  Change tab on    » 150 │Disk is write-protected
  114.  floppy disk.       151 │Bad drive request struct length
  115.     Floppy drives » 152 │Drive not ready
  116.                     154 │CRC error in data
  117.                     156 │Disk seek error
  118.                     157 │Unknown media type
  119.     Need new disk » 158 │Sector Not Found
  120.                     159 │Printer out of paper
  121.  Printer not      » 160 │Device write fault
  122.  connected.         161 │Device read fault
  123.  Sometimes network» 162 │Hardware failure
  124.  causes this,norm.  200 │Division by zero
  125.                     201 │Range check error
  126.  May happen since » 202 │Stack overflow error
  127.  program            203 │Heap overflow error
  128.  uses recursion     204 │Invalid pointer operation
  129.  but can't be       205 │Floating point overflow
  130.  fixed easily.      206 │Floating point underflow
  131.                     207 │Invalid floating point operation
  132.                     208 │Overlay manager not installed
  133.                     209 │Overlay file read error
  134.                     210 │Object not initialized
  135.                     211 │Call to abstract method
  136.                     212 │Stream registration error
  137.                     213 │Collection index out of range
  138.                     214 │Collection overflow error
  139.                     215 │Arithmetic overflow error
  140.   Won't happen yet» 216 │General Protection fault
  141.  
  142. ────────────────────────────────────────────────────────────────────────────────
  143.  
  144.                      Get Deric's latest releases from:
  145.                      ░▒▓█ Software Creations BBS █▓▒░
  146.  
  147.                 1200/2400 V.42/MNP Lines : (508) 365-2359
  148.             2400-14.4k HST US Robotics Lines : (508) 368-7036
  149.         2400-16.8k V.32/V.42bis US Robotics lines : (508) 368-7139
  150.      14.4-28.8k V.32/V.42bis/V.fc Hayes Optima lines: (508) 365-9352
  151.   14.4-28.8k V.32/V.42bis/V.32terbo/V.fc US Robotics lines: (508) 368-3424
  152.  
  153.                         » "Home of the Authors" «
  154.                * Software Creations Voted #1 BBS for 1993 *
  155.                      "There's no place like home!" 
  156.  
  157.  
  158.       For tech support or suggestions you can leave me a message on
  159.                         Software Creations BBS.
  160.                   At the main board leave a message to
  161.            "DERIC BENESCH" and I will get back to you A.S.A.P.
  162.  
  163. ────────────────────────────────────────────────────────────────────────────────
  164.  
  165. Keep a look out for Deric's Super Dos Shell
  166.  
  167.    It will have all the features of the registered versions of my util
  168.    programs as well as a file (HEX and ASCII) editor and a text editor
  169.    along with print features. Most importantly it will allow you to move
  170.    around your computer and load up programs quickly without using up
  171.    a lot of base memory (only uses 6K).
  172.    It has full mouse support and you can configure everything including
  173.    its colors.
  174.  
  175.  
  176. Other Utils to look for:
  177.  
  178.             CopyALL - Copies whole drives/directories FAST!
  179.             MoveALL - Moves whole drives/directories REAL FAST!
  180.             Encrypt - Encrypt/Decrypt your favorite files!
  181.